home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 5 / Eagles_Nest_Mac_Collection_Disc_5.TOAST / 7th-College / LearnSpan#1 / English_Spanish I 1.09.1 / background_13313.txt < prev    next >
Text File  |  1990-01-29  |  1KB  |  67 lines

  1. -- background: 13313 from stack: in.1
  2. -- bmap block id: 14051
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7.  
  8.  
  9.  
  10.  
  11. -- part 2 (button)
  12. -- low flags: 00
  13. -- high flags: A004
  14. -- rect: left=314 top=44 right=75 bottom=377
  15. -- title width / last selected line: 0
  16. -- icon id / first selected line: 0 / 0
  17. -- text alignment: 1
  18. -- font id: 0
  19. -- text size: 12
  20. -- style flags: 0
  21. -- line height: 16
  22. -- part name: Words
  23. ----- HyperTalk script -----
  24. on mouseUp
  25.   global offset
  26.   go card firstGroup() + offset
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 3 (button)
  32. -- low flags: 00
  33. -- high flags: A004
  34. -- rect: left=256 top=44 right=75 bottom=313
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: Options
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   go card 2
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 4 (button)
  51. -- low flags: 00
  52. -- high flags: 2004
  53. -- rect: left=378 top=44 right=75 bottom=439
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 1012 / 1012
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Return
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   go back
  65. end mouseUp
  66.  
  67.